Previous: Goto Address mode, Up: Hyperlinking [Contents][Index]
The FFAP package replaces certain key bindings for finding
files, such as C-x C-f, with commands that provide
more sensitive defaults. These commands behave like the ordinary
ones when given a prefix argument. Otherwise, they get the
default file name or URL from the text around point. If what is
found in the buffer has the form of a URL rather than a file
name, the commands use browse-url to view it (see
Browse-URL).
This feature is useful for following references in mail or news buffers, README files, MANIFEST files, and so on. For more information, view the package commentary by typing C-h P ffap RET.
To enable FFAP, type M-x ffap-bindings. This makes the following key bindings, and also installs hooks for additional FFAP functionality in Rmail, Gnus and VM article buffers.
Find filename, guessing a default from text
around point (find-file-at-point).
ffap-read-only, analogous to
find-file-read-only.
ffap-alternate-file, analogous to
find-alternate-file.
Start Dired on directory, defaulting to the
directory name at point (dired-at-point).
ffap-list-directory, analogous to
list-directory.
ffap-other-window, analogous to
find-file-other-window.
ffap-read-only-other-window, analogous to
find-file-read-only-other-window.
ffap-dired-other-window, like
dired-other-window.
ffap-other-frame, analogous to
find-file-other-frame.
ffap-read-only-other-frame, analogous to
find-file-read-only-other-frame.
ffap-dired-other-frame, analogous to
dired-other-frame.
Search buffer for next file name or URL, then find that file or URL.
ffap-at-mouse finds the file guessed from
text around the position of a mouse click.
Display a menu of files and URLs mentioned in current
buffer, then find the one you select
(ffap-menu).
Previous: Goto Address mode, Up: Hyperlinking [Contents][Index]